Windows Server Automation with PowerShell Cookbook by Thomas Lee
Author:Thomas Lee
Language: eng
Format: epub
Tags: COM046050 - COMPUTERS / Operating Systems / Windows Server, COM088020 - COMPUTERS / System Administration / Windows Administration, COM088000 - COMPUTERS / System Administration / General
Publisher: Packt
Published: 2021-07-29T10:41:24+00:00
Getting ready
You run this recipe on DC1, but you need both DC1 and DC2 online. You have installed AD and DNS on both servers, and by doing so, you created a single forward lookup zone for the Reskit.Org forest.
How to do it...
Creating a new primary forward DNS zone for Cookham.Net $ZHT1 = @{ Name = 'Cookham.Net' ResponsiblePerson = 'dnsadmin.cookham.net.' ReplicationScope = 'Forest' ComputerName = 'DC1.Reskit.Org' } Add-DnsServerPrimaryZone @ZHT1
Creating a reverse lookup zone $ZHT2 = @{ NetworkID = '10.10.10.0/24' ResponsiblePerson = 'dnsadmin.reskit.org.' ReplicationScope = 'Forest' ComputerName = 'DC1.Reskit.Org' } Add-DnsServerPrimaryZone @ZHT2
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7799)
Grails in Action by Glen Smith Peter Ledbrook(7712)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6734)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6734)
Running Windows Containers on AWS by Marcio Morales(6246)
Kotlin in Action by Dmitry Jemerov(5080)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(5002)
Combating Crime on the Dark Web by Nearchos Nearchou(4588)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(4509)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4431)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(4261)
The Age of Surveillance Capitalism by Shoshana Zuboff(3968)
Python for Security and Networking - Third Edition by José Manuel Ortega(3832)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3521)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3499)
Learn Wireshark by Lisa Bock(3419)
Mastering Python for Networking and Security by José Manuel Ortega(3366)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3342)
Blockchain Basics by Daniel Drescher(3314)
